翻訳と辞書
Words near each other
・ Specific thrust
・ Specific Ultraviolet Absorption
・ Specific ventilation
・ Specific volume
・ Specific weight
・ Specific-information
・ Specific-pathogen-free
・ Specification (disambiguation)
・ Specification (legal concept)
・ Specification (regression)
・ Specification (technical standard)
・ Specification and Description Language
・ Specification by example
・ Specification for human interface for semiconductor manufacturing equipment
・ Specification language
Specification pattern
・ Specification tree
・ Specifications for Web Offset Publications
・ Specifications for World War II infantry weapons
・ Specifications of submarines of World War II
・ Specificity
・ Specificity (linguistics)
・ Specificity constant
・ Specificity factor
・ Specified Associated Organisation
・ Specified complexity
・ Specified load
・ Specified Minimum Yield Strength
・ Specified risk material
・ Specified subject condition


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Specification pattern : ウィキペディア英語版
Specification pattern

In computer programming, the specification pattern is a particular software design pattern, whereby business rules can be recombined by chaining the business rules together using boolean logic. The pattern is frequently used in the context of domain-driven design.
A specification pattern outlines a business rule that is combinable with other business rules. In this pattern, a unit of business logic inherits its functionality from the abstract aggregate Composite Specification class. The Composite Specification class has one function called IsSatisfiedBy that returns a boolean value. After instantiation, the specification is "chained" with other specifications, making new specifications easily maintainable, yet highly customizable business logic. Furthermore upon instantiation the business logic may, through method invocation or inversion of control, have its state altered in order to become a delegate of other classes such as a persistence repository.
== Code examples ==


抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Specification pattern」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.